Getting started
Install the tools
- It is recommended to use VS Code
- Install git
- Install Node and npm (see this article)
- Install the package manager
Clone the repo
In a terminal clone the repo locally using git
Open the repo in VS Code
Install the project's dependencies
pnpm install
Project's recommendations
Please have a look at the following before you start coding:
Optional : install the recommended VS Code Extensions
Refer to the extensions.json
file